home *** CD-ROM | disk | FTP | other *** search
- /*
- * Copyright (C) 1993 Robert Davis
- *
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of Version 2, or any later version, of
- * the GNU General Public License as published by the Free Software
- * Foundation.
- */
-
- /* $Id: FunctionPane.h,v 1.3 1993/05/04 16:21:53 davis Exp $ */
-
- #import "Pane.h"
-
-
- @interface FunctionPane:Pane
- {
- id styleMatrix;
- id pointsStyleMatrix;
- id pointsStyleLabel;
- id lineStyleMatrix;
- id lineStyleLabel;
- }
-
- - init;
- - (BOOL)updateStatus:aStatus doc:aDoc;
-
- - setFunctionStyle:sender;
- - setFunctionPointsStyle:sender;
- - setFunctionLineStyle:sender;
-
- @end
-